home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dtype / Others / htds / ReadMe.txt < prev    next >
Text File  |  1996-09-16  |  4KB  |  141 lines

  1. Short:    HyperText-DataType-System (HTDS) 40.5
  2. Author:   Stefan.Ruppert@informatik.fh-wiesbaden.de
  3. Uploader: Stefan.Ruppert@informatik.fh-wiesbaden.de
  4. Type:     util/dtype
  5. Version:  40.5
  6.  
  7. ***************************************************************************
  8. *                                                                         *
  9. *                     HyperText-DataType-System 40.5                      *
  10. *                                                                         *
  11. *                        Written by Stefan Ruppert                        *
  12. *                                                                         *
  13. ***************************************************************************
  14.  
  15. This package provides a modular HyperText System based on the datatypes concept
  16. of the AmigaOS 3.x . It offers many features, which aren't implemented in any
  17. currently available datatypes. Currently there are the following datatypes
  18. available in HTDS:
  19.  
  20. - hypertext.datatype :
  21.   super-class for all HyperText/Text related formats
  22.  
  23. - hyperguide.datatype :
  24.   AmigaGuide compatible sub-class, which implements most of known AmigaGuide V40
  25.   commands and attributes.
  26.  
  27. - directory.datatype :
  28.   Allows you to browse through the FileSystem
  29.  
  30. - man.datatype :
  31.   Used to manage Unix-Manual-Pages in ASCII format (output of groff). Now you can
  32.   use man-pages with HyperText links !
  33.  
  34. In the SDK archive :
  35.  
  36. - catalog.datatype
  37.   Sample implementation for IFF files.
  38.  
  39. - htdemo.datatype
  40.   Example sub-class DataType with full source code
  41.  
  42. - dirdemo.datatype
  43.   Subclass of directory.datatype
  44.  
  45. Some other DataTypes should come (soon?) :
  46.  
  47. - html.datatype
  48.   Needless to say a word about that DataType.
  49.  
  50. - mail.datatype
  51.   Provide a HyperText link for each mail in a Mail-Folder
  52.  
  53. - autodoc.datatype
  54.   Browse through autodoc files without converting them
  55.  
  56. - ascii.datatype
  57.   display normal ANSI texts
  58.  
  59. - xxx.datatype
  60.   If you have any ideas, let me know.
  61.  
  62. Main features are :
  63. ===================
  64.  
  65. * embedding of other datatypes objects, which supports DTM_DRAW method
  66. * definition of links
  67. * multiple fonts
  68. * asyncron rendering
  69. * starting program's, ARexx macros from a link
  70. * Retrace/Forward buttons
  71. * ARexx port with commands to manipulate the hypertext object
  72. * well defined HyperText Programming Interface (HTPI)
  73.  
  74. ToDo list :
  75.  
  76. * removing bugs
  77. * search requester and other reqs
  78. * a html.datatype subclass
  79. * optimization of the hypertext.datatype (speed, memory usage)
  80. * more ARexx commands
  81. * documentation ....
  82. * and much, much more
  83.  
  84. *********
  85. **NOTE:**
  86. *********
  87.  
  88. The HTDS is ShareWare, see the documentation for paying the Shareware fee.
  89. I will only add new features, if a acceptable number of users pay the
  90. Shareware fee !!!!
  91.  
  92.  
  93. This software is Shareware. See documentation for copyright and Shareware fee.
  94.  
  95.  
  96. It's strictly forbidden to include this archive in any kind of software
  97. collection except Fred Fish's AmigaLibrary, Aminet FileServer , Meeting
  98. Pearls CD's and BBS Fileareas or by a explicit permission from me !
  99.  
  100. This software is provided "as is". No representations or warranties are
  101. made with respect to the accuracy, reliability, performance, currentness,
  102. or operation of this software, and all use is at your own risk !
  103.  
  104. If you have any suggestion or comments please contact me :
  105.  
  106.  
  107. Stefan Ruppert
  108. Windthorststrasse 5
  109. 65439 Floersheim am Main
  110. GERMANY
  111.  
  112. EMail:
  113. Stefan.ruppert@informatik.fh-wiesbaden.de
  114. ruppert@informatik.fh-wiesbaden.de
  115. ruppert@goofy.zdv.uni-mainz.de
  116. WWW:
  117. http://home.pages.de/~Ruppert/
  118.  
  119.  
  120. Changes to last release :
  121.  
  122. HyperText-DataType-System 40.5 (17.9.96) :
  123.  
  124. - hypertext.datatype
  125.   - added HTDTA_Secure tag to disable execution of ARexx scripts and commands
  126.   - removed bug, which caused a crash under OS3.0. I opened V39 of
  127.     locale.library, but in OS3.0 the version is V38. And I forgot to check
  128.     against NULL.
  129.   - fixed Rexx suffix from "..rexx" to ".rexx", added REXXSUFFIX prefs option.
  130.     See Configuration.
  131.   - fixed bug in TabCycling, which caused rendering trash
  132. - hyperguide.datatype
  133.   - added a missing UnLock() in MacroFile search code. Now if @include is used,
  134.     the directory of the document isn't longer locked.
  135. - directory.datatype
  136.   - reread the ExAll() autodocs and added RAM Disk support :)
  137.   - changed entry API now uses Tags instead of a structure
  138.   - Length of the link is now expaneded according to the max name length of
  139.     all entries
  140.  
  141.